import { type TemplateButton } from "@k-msg/template/send";
export declare function toAligoTplButton(buttons: TemplateButton[] | undefined): string | undefined;
