import { ProfileTestDefinition } from './test-schema.js'; import { Profile } from '../types/profile.js'; export declare function loadTestDefinition(filepath: string): Promise; export declare function loadTestDefinitionSync(filepath: string): ProfileTestDefinition; export declare function validateTestAgainstProfile(testDef: ProfileTestDefinition, profile: Profile): void; //# sourceMappingURL=test-loader.d.ts.map