export declare function validateSchema(filePath: string): Promise<{
    valid: any;
    errors: any;
}>;
