import type { ResolvedConfig } from "../config.js"; export declare function runDrop(config: ResolvedConfig, opts?: { force?: boolean; }): Promise; //# sourceMappingURL=drop.d.ts.map