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