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