import * as pulumi from "@pulumi/pulumi"; export declare function getDefaulttemplate(args: GetDefaulttemplateArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getDefaulttemplate. */ export interface GetDefaulttemplateArgs { name: string; } /** * A collection of values returned by getDefaulttemplate. */ export interface GetDefaulttemplateResult { /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly name: string; readonly operatingsystemId: number; readonly provisioningtemplateId: number; readonly templatekindId: number; } export declare function getDefaulttemplateOutput(args: GetDefaulttemplateOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getDefaulttemplate. */ export interface GetDefaulttemplateOutputArgs { name: pulumi.Input; }