import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getR2BucketLock(args: GetR2BucketLockArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getR2BucketLock. */ export interface GetR2BucketLockArgs { accountId: string; bucketName: string; } /** * A collection of values returned by getR2BucketLock. */ export interface GetR2BucketLockResult { readonly accountId: string; readonly bucketName: string; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly rules: outputs.GetR2BucketLockRule[]; } export declare function getR2BucketLockOutput(args: GetR2BucketLockOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getR2BucketLock. */ export interface GetR2BucketLockOutputArgs { accountId: pulumi.Input; bucketName: pulumi.Input; } //# sourceMappingURL=getR2BucketLock.d.ts.map