import * as pulumi from "@pulumi/pulumi"; export declare function getZeroTrustGatewayPacfile(args: GetZeroTrustGatewayPacfileArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getZeroTrustGatewayPacfile. */ export interface GetZeroTrustGatewayPacfileArgs { accountId: string; pacfileId: string; } /** * A collection of values returned by getZeroTrustGatewayPacfile. */ export interface GetZeroTrustGatewayPacfileResult { readonly accountId: string; readonly contents: string; readonly createdAt: string; readonly description: string; readonly id: string; readonly name: string; readonly pacfileId: string; readonly slug: string; readonly updatedAt: string; readonly url: string; } export declare function getZeroTrustGatewayPacfileOutput(args: GetZeroTrustGatewayPacfileOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getZeroTrustGatewayPacfile. */ export interface GetZeroTrustGatewayPacfileOutputArgs { accountId: pulumi.Input; pacfileId: pulumi.Input; } //# sourceMappingURL=getZeroTrustGatewayPacfile.d.ts.map