import * as pulumi from "@pulumi/pulumi"; export declare function getPostMortemTemplate(args: GetPostMortemTemplateArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getPostMortemTemplate. */ export interface GetPostMortemTemplateArgs { slug: string; } /** * A collection of values returned by getPostMortemTemplate. */ export interface GetPostMortemTemplateResult { readonly content: string; readonly default: boolean; readonly format: string; /** * The ID of this resource. */ readonly id: string; readonly name: string; readonly slug: string; } export declare function getPostMortemTemplateOutput(args: GetPostMortemTemplateOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getPostMortemTemplate. */ export interface GetPostMortemTemplateOutputArgs { slug: pulumi.Input; } //# sourceMappingURL=getPostMortemTemplate.d.ts.map