type Options = { schedulerUrl: string; workerEnv: string; rotate?: boolean; }; /** Provision the scheduler's shared worker secret into a ROBOVOICE .env file. */ export declare function roboparkSecrets(opts: Options): Promise; export {};