export declare class Fixtures {
    private fixture;
    constructor(path: string);
    fixtureData: string;
}
