import { BuidlerRuntimeEnvironment, ProjectPaths } from "@nomiclabs/buidler/types"; export declare const TRUFFLE_FIXTURE_NAME = "truffle-fixture"; export declare function hasTruffleFixture(paths: ProjectPaths): Promise; export declare function hasMigrations(paths: ProjectPaths): Promise; export declare function getTruffleFixtureFunction(paths: ProjectPaths): Promise<(env: BuidlerRuntimeEnvironment) => Promise>; //# sourceMappingURL=fixture.d.ts.map