declare function installWrangler(): Promise; declare function authenticationSetup(): void; declare function execCommands(commands: string[], cmdType: string): Promise; declare function uploadSecrets(): Promise; declare function wranglerCommands(): Promise; export { authenticationSetup, execCommands, installWrangler, uploadSecrets, wranglerCommands, };