/** * Rotates the deployed NYLAS_API_KEY: mint new → put on worker → revoke old. * Order matters — the worker never sees a gap, and the old key dies last. */ export declare function runRotateKey(opts: { name?: string; }): Promise; //# sourceMappingURL=rotate.d.ts.map