import * as pulumi from "@pulumi/pulumi"; export declare function getAppSecHostnameCoverageMatchTargets(args: GetAppSecHostnameCoverageMatchTargetsArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getAppSecHostnameCoverageMatchTargets. */ export interface GetAppSecHostnameCoverageMatchTargetsArgs { configId: number; hostname: string; } /** * A collection of values returned by getAppSecHostnameCoverageMatchTargets. */ export interface GetAppSecHostnameCoverageMatchTargetsResult { readonly configId: number; readonly hostname: string; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly json: string; readonly outputText: string; } export declare function getAppSecHostnameCoverageMatchTargetsOutput(args: GetAppSecHostnameCoverageMatchTargetsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getAppSecHostnameCoverageMatchTargets. */ export interface GetAppSecHostnameCoverageMatchTargetsOutputArgs { configId: pulumi.Input; hostname: pulumi.Input; } //# sourceMappingURL=getAppSecHostnameCoverageMatchTargets.d.ts.map