type ComponentFixtures = { component: string; fixtures: Record; }; /** * Get fixtures from directories and parse them for processing */ export declare function getAllFixturesFiles(dirPath: string, fixPath?: string, skipFixture?: Array): ComponentFixtures; export {};