import type { AwsProvider } from '@remotion/lambda-client'; import type { GetOrCreateBucketInput } from '@remotion/serverless'; export declare const getOrCreateBucket: (options: GetOrCreateBucketInput) => Promise;