import * as pulumi from "@pulumi/pulumi"; export declare function getSecretVersionSdkV2(args: GetSecretVersionSdkV2Args, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getSecretVersionSdkV2. */ export interface GetSecretVersionSdkV2Args { secretId: string; secretVersionNumber: string; } /** * A collection of values returned by getSecretVersionSdkV2. */ export interface GetSecretVersionSdkV2Result { readonly contentType: string; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly isContentAutoGenerated: boolean; readonly name: string; readonly secretId: string; readonly secretVersionNumber: string; readonly stages: string[]; readonly timeCreated: string; readonly timeOfCurrentVersionExpiry: string; readonly timeOfDeletion: string; readonly versionNumber: string; } export declare function getSecretVersionSdkV2Output(args: GetSecretVersionSdkV2OutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getSecretVersionSdkV2. */ export interface GetSecretVersionSdkV2OutputArgs { secretId: pulumi.Input; secretVersionNumber: pulumi.Input; } //# sourceMappingURL=getSecretVersionSdkV2.d.ts.map