export declare const createFixture: (fixture: T) => (overrides?: Partial) => T; export declare const createArrayFixture: (fixture: T[]) => (overrides?: T[]) => T[];