import * as pulumi from "@pulumi/pulumi"; export declare function getZeroTrustDeviceCustomProfileLocalDomainFallback(args: GetZeroTrustDeviceCustomProfileLocalDomainFallbackArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getZeroTrustDeviceCustomProfileLocalDomainFallback. */ export interface GetZeroTrustDeviceCustomProfileLocalDomainFallbackArgs { accountId: string; policyId: string; } /** * A collection of values returned by getZeroTrustDeviceCustomProfileLocalDomainFallback. */ export interface GetZeroTrustDeviceCustomProfileLocalDomainFallbackResult { readonly accountId: string; readonly description: string; readonly dnsServers: string[]; readonly id: string; readonly policyId: string; readonly suffix: string; } export declare function getZeroTrustDeviceCustomProfileLocalDomainFallbackOutput(args: GetZeroTrustDeviceCustomProfileLocalDomainFallbackOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getZeroTrustDeviceCustomProfileLocalDomainFallback. */ export interface GetZeroTrustDeviceCustomProfileLocalDomainFallbackOutputArgs { accountId: pulumi.Input; policyId: pulumi.Input; } //# sourceMappingURL=getZeroTrustDeviceCustomProfileLocalDomainFallback.d.ts.map