import type { LayoutTestFixture } from './types.js'; /** * Discover every `.sizes.json` under the layout-tests folder with a sibling `.mmd`. */ export declare function discoverLayoutTestFixtures(): LayoutTestFixture[];