persona-community-5/.pnpm-store/v3/files/65/a2635df4362c123aabe64ad0370a640b94945d1dc6887e0694a8c551e9e78c2eaf7d77813dd15db8306de5e93e093f87e78b902a1c545bd4e78db945f8d2b8
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

7 lines
396 B
Plaintext

import { StyleguideConfig } from '../config';
import type { Document } from '../resolve';
import type { Oas3RuleSet } from '../oas-types';
import type { Plugin } from '../config/types';
export declare function parseYamlToDocument(body: string, absoluteRef?: string): Document;
export declare function makeConfigForRuleset(rules: Oas3RuleSet, plugin?: Partial<Plugin>): Promise<StyleguideConfig>;