import type { Format } from '@stoplight/spectral-core'; export declare function getSchema(docFormats: Set, resolved: boolean): Record | void; export declare const documentStructure: import("@stoplight/spectral-core").RulesetFunctionWithValidator;