import * as pulumi from "@pulumi/pulumi"; export declare function getLeakedCredentialCheck(args: GetLeakedCredentialCheckArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getLeakedCredentialCheck. */ export interface GetLeakedCredentialCheckArgs { zoneId: string; } /** * A collection of values returned by getLeakedCredentialCheck. */ export interface GetLeakedCredentialCheckResult { readonly enabled: boolean; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly zoneId: string; } export declare function getLeakedCredentialCheckOutput(args: GetLeakedCredentialCheckOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getLeakedCredentialCheck. */ export interface GetLeakedCredentialCheckOutputArgs { zoneId: pulumi.Input; } //# sourceMappingURL=getLeakedCredentialCheck.d.ts.map