import * as pulumi from "@pulumi/pulumi";
import * as outputs from "./types/output";
export declare function getGradientaiAgentsByOpenaiApiKey(args: GetGradientaiAgentsByOpenaiApiKeyArgs, opts?: pulumi.InvokeOptions): Promise<GetGradientaiAgentsByOpenaiApiKeyResult>;
/**
 * A collection of arguments for invoking getGradientaiAgentsByOpenaiApiKey.
 */
export interface GetGradientaiAgentsByOpenaiApiKeyArgs {
    uuid: string;
}
/**
 * A collection of values returned by getGradientaiAgentsByOpenaiApiKey.
 */
export interface GetGradientaiAgentsByOpenaiApiKeyResult {
    readonly agents: outputs.GetGradientaiAgentsByOpenaiApiKeyAgent[];
    /**
     * The provider-assigned unique ID for this managed resource.
     */
    readonly id: string;
    readonly uuid: string;
}
export declare function getGradientaiAgentsByOpenaiApiKeyOutput(args: GetGradientaiAgentsByOpenaiApiKeyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetGradientaiAgentsByOpenaiApiKeyResult>;
/**
 * A collection of arguments for invoking getGradientaiAgentsByOpenaiApiKey.
 */
export interface GetGradientaiAgentsByOpenaiApiKeyOutputArgs {
    uuid: pulumi.Input<string>;
}
//# sourceMappingURL=getGradientaiAgentsByOpenaiApiKey.d.ts.map