import * as pulumi from "@pulumi/pulumi";
import * as outputs from "./types/output";
export declare function getGradientaiOpenaiApiKey(args: GetGradientaiOpenaiApiKeyArgs, opts?: pulumi.InvokeOptions): Promise<GetGradientaiOpenaiApiKeyResult>;
/**
 * A collection of arguments for invoking getGradientaiOpenaiApiKey.
 */
export interface GetGradientaiOpenaiApiKeyArgs {
    uuid: string;
}
/**
 * A collection of values returned by getGradientaiOpenaiApiKey.
 */
export interface GetGradientaiOpenaiApiKeyResult {
    readonly createdAt: string;
    readonly createdBy: string;
    readonly deletedAt: string;
    /**
     * The provider-assigned unique ID for this managed resource.
     */
    readonly id: string;
    readonly models: outputs.GetGradientaiOpenaiApiKeyModel[];
    readonly name: string;
    readonly updatedAt: string;
    readonly uuid: string;
}
export declare function getGradientaiOpenaiApiKeyOutput(args: GetGradientaiOpenaiApiKeyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetGradientaiOpenaiApiKeyResult>;
/**
 * A collection of arguments for invoking getGradientaiOpenaiApiKey.
 */
export interface GetGradientaiOpenaiApiKeyOutputArgs {
    uuid: pulumi.Input<string>;
}
//# sourceMappingURL=getGradientaiOpenaiApiKey.d.ts.map