import * as pulumi from "@pulumi/pulumi"; export declare function getKatelloContentCredential(args: GetKatelloContentCredentialArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getKatelloContentCredential. */ export interface GetKatelloContentCredentialArgs { name: string; } /** * A collection of values returned by getKatelloContentCredential. */ export interface GetKatelloContentCredentialResult { readonly content: string; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly name: string; } export declare function getKatelloContentCredentialOutput(args: GetKatelloContentCredentialOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getKatelloContentCredential. */ export interface GetKatelloContentCredentialOutputArgs { name: pulumi.Input; }