export type BundleSchemasOptions = { readonly inputGlob: string; readonly outputFile: string; }; export declare const bundleSchemas: ({ inputGlob, outputFile }: BundleSchemasOptions) => Promise;