import { ICacheStorage } from "backfill-cache"; import { Config } from "backfill-config"; import { BuildCommand } from "./commandRunner"; import { IHasher } from "backfill-hasher"; export { createDefaultConfig } from "backfill-config"; export declare function backfill(config: Config, cacheStorage: ICacheStorage, buildCommand: BuildCommand, hasher: IHasher): Promise; export declare function main(): Promise; //# sourceMappingURL=index.d.ts.map