import type { CloudProvider, OutNameInput, OutNameInputWithoutCredentials } from '@remotion/serverless-client'; export declare const removeOutnameCredentials: , Record, string, object>>(outname: OutNameInput | undefined) => OutNameInputWithoutCredentials | undefined;