import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getZeroTrustGatewaySettings(args: GetZeroTrustGatewaySettingsArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getZeroTrustGatewaySettings. */ export interface GetZeroTrustGatewaySettingsArgs { accountId: string; } /** * A collection of values returned by getZeroTrustGatewaySettings. */ export interface GetZeroTrustGatewaySettingsResult { readonly accountId: string; readonly createdAt: string; readonly id: string; readonly settings: outputs.GetZeroTrustGatewaySettingsSettings; readonly updatedAt: string; } export declare function getZeroTrustGatewaySettingsOutput(args: GetZeroTrustGatewaySettingsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getZeroTrustGatewaySettings. */ export interface GetZeroTrustGatewaySettingsOutputArgs { accountId: pulumi.Input; } //# sourceMappingURL=getZeroTrustGatewaySettings.d.ts.map