import { type ValueError } from '@sinclair/typebox/value'; /** check scalar config file using the generated schema */ export declare function check(file: string): { valid: boolean; errors: ValueError[]; }; //# sourceMappingURL=check.d.ts.map