import type { ParseContext } from '../../context/ParseContext.js'; type ToSpecificationExtensionsV3Args = { skipped: Record; parent: unknown; parentType: string; context: ParseContext; }; export declare const toSpecificationExtensionsV3: ({ skipped: s, parent, parentType, context }: ToSpecificationExtensionsV3Args) => Record | undefined; export declare const extractExtensions: (item: Record) => { skipped: Record; extensionFields: Record | undefined; }; export {}; //# sourceMappingURL=toSpecificationExtensionsV3.d.ts.map