import * as pulumi from "@pulumi/pulumi"; export declare function getDockerConfig(args: GetDockerConfigArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getDockerConfig. */ export interface GetDockerConfigArgs { endpointId: number; id?: string; name: string; } /** * A collection of values returned by getDockerConfig. */ export interface GetDockerConfigResult { readonly endpointId: number; readonly id: string; readonly name: string; } export declare function getDockerConfigOutput(args: GetDockerConfigOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getDockerConfig. */ export interface GetDockerConfigOutputArgs { endpointId: pulumi.Input; id?: pulumi.Input; name: pulumi.Input; } //# sourceMappingURL=getDockerConfig.d.ts.map