import { Context } from "../../bundler/context.js"; import { Span } from "./tracing.js"; import { StartPushRequest } from "./deployApi/startPush.js"; export declare function checkForLargeIndexDeletion({ ctx, span, request, options, askForConfirmation, }: { ctx: Context; span: Span; request: StartPushRequest; options: { url: string; deploymentName: string | null; adminKey: string; }; askForConfirmation: boolean; }): Promise; //# sourceMappingURL=checkForLargeIndexDeletion.d.ts.map