import * as pulumi from "@pulumi/pulumi"; export declare function getCpsWarnings(opts?: pulumi.InvokeOptions): Promise; /** * A collection of values returned by getCpsWarnings. */ export interface GetCpsWarningsResult { /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly warnings: { [key: string]: string; }; } export declare function getCpsWarningsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output; //# sourceMappingURL=getCpsWarnings.d.ts.map