import * as pulumi from "@pulumi/pulumi"; export declare function getAppSecHostnameCoverageOverlapping(args: GetAppSecHostnameCoverageOverlappingArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getAppSecHostnameCoverageOverlapping. */ export interface GetAppSecHostnameCoverageOverlappingArgs { configId: number; hostname: string; } /** * A collection of values returned by getAppSecHostnameCoverageOverlapping. */ export interface GetAppSecHostnameCoverageOverlappingResult { 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 getAppSecHostnameCoverageOverlappingOutput(args: GetAppSecHostnameCoverageOverlappingOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getAppSecHostnameCoverageOverlapping. */ export interface GetAppSecHostnameCoverageOverlappingOutputArgs { configId: pulumi.Input; hostname: pulumi.Input; } //# sourceMappingURL=getAppSecHostnameCoverageOverlapping.d.ts.map