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