export declare function loadSchema(filename: string): any;
export declare function validate(schemaPath?: string): Promise<boolean>;
