import * as pulumi from "@pulumi/pulumi"; export declare function getZeroTrustGatewayProxyEndpoint(args: GetZeroTrustGatewayProxyEndpointArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getZeroTrustGatewayProxyEndpoint. */ export interface GetZeroTrustGatewayProxyEndpointArgs { accountId: string; proxyEndpointId: string; } /** * A collection of values returned by getZeroTrustGatewayProxyEndpoint. */ export interface GetZeroTrustGatewayProxyEndpointResult { readonly accountId: string; readonly createdAt: string; readonly id: string; readonly ips: string[]; readonly kind: string; readonly name: string; readonly proxyEndpointId: string; readonly subdomain: string; readonly updatedAt: string; } export declare function getZeroTrustGatewayProxyEndpointOutput(args: GetZeroTrustGatewayProxyEndpointOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getZeroTrustGatewayProxyEndpoint. */ export interface GetZeroTrustGatewayProxyEndpointOutputArgs { accountId: pulumi.Input; proxyEndpointId: pulumi.Input; } //# sourceMappingURL=getZeroTrustGatewayProxyEndpoint.d.ts.map