import * as pulumi from "@pulumi/pulumi"; export declare function getZeroTrustDeviceDefaultProfileCertificates(args: GetZeroTrustDeviceDefaultProfileCertificatesArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getZeroTrustDeviceDefaultProfileCertificates. */ export interface GetZeroTrustDeviceDefaultProfileCertificatesArgs { zoneId: string; } /** * A collection of values returned by getZeroTrustDeviceDefaultProfileCertificates. */ export interface GetZeroTrustDeviceDefaultProfileCertificatesResult { readonly enabled: boolean; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly zoneId: string; } export declare function getZeroTrustDeviceDefaultProfileCertificatesOutput(args: GetZeroTrustDeviceDefaultProfileCertificatesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getZeroTrustDeviceDefaultProfileCertificates. */ export interface GetZeroTrustDeviceDefaultProfileCertificatesOutputArgs { zoneId: pulumi.Input; } //# sourceMappingURL=getZeroTrustDeviceDefaultProfileCertificates.d.ts.map