export function validateSchema({ schema, queries, output, service }: { schema: any; queries: any; output: any; service: any; }): Promise; export function resolveScopedService(service: any): any; export function collectSources(pattern: any, serviceName: any): { name: any; body: string; location: any; }[]; export function isExecutableDocument(body: any): boolean; export function extractDocumentsFromCode(filePath: any, content: any): { name: string; body: string; location: any; }[]; export function findServiceScopedFiles(serviceName: any, extensions: any): any[]; export function findServiceDirs(serviceName: any, rootDir?: string): any[]; export function findFiles(pattern: any, extensions?: string[]): any[]; export default validateSchema; //# sourceMappingURL=validate-schema.d.ts.map