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