export type SlashCommandId = 'proposal' | 'apply' | 'archive'; export declare const slashCommandBodies: Record; export declare function getSlashCommandBody(id: SlashCommandId): string; //# sourceMappingURL=slash-command-templates.d.ts.map