interface ComparePageWithFixtureTestOptions {
    basedir: string;
    title: string;
    name: string;
}
export declare const createComparePageWithFixtureTest: ({ basedir, title, name, }: ComparePageWithFixtureTestOptions) => void;
export {};
