import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getZeroTrustGatewayCertificates(args: GetZeroTrustGatewayCertificatesArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getZeroTrustGatewayCertificates. */ export interface GetZeroTrustGatewayCertificatesArgs { accountId: string; maxItems?: number; } /** * A collection of values returned by getZeroTrustGatewayCertificates. */ export interface GetZeroTrustGatewayCertificatesResult { readonly accountId: string; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly maxItems?: number; readonly results: outputs.GetZeroTrustGatewayCertificatesResult[]; } export declare function getZeroTrustGatewayCertificatesOutput(args: GetZeroTrustGatewayCertificatesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getZeroTrustGatewayCertificates. */ export interface GetZeroTrustGatewayCertificatesOutputArgs { accountId: pulumi.Input; maxItems?: pulumi.Input; } //# sourceMappingURL=getZeroTrustGatewayCertificates.d.ts.map