/** * Test fixture loader for the GitLab CI lexicon. */ /** * Load the minimal CI schema fixture for offline testing. */ export declare function loadSchemaFixture(): Buffer; /** * Load the schema fixture as a Map compatible with generatePipeline. */ export declare function loadSchemaFixtureMap(): Map; //# sourceMappingURL=load-fixtures.d.ts.map