export declare const ACTION_RECORDED_PAGE = "\n\n\n
\n \n \n Action Recorded\n \n\n\n \n
\n
Action Recorded
\n
Your response has been received. You can close this window.
\n
\n\n\n";
export declare const BUTTON_STYLE_PRIMARY = "\n display: inline-block;\n padding: 12px 24px;\n margin: 4px;\n background-color: #ff6d5a;\n color: white;\n text-decoration: none;\n border-radius: 4px;\n font-weight: 500;\n font-size: 14px;\n";
export declare const BUTTON_STYLE_SECONDARY = "\n display: inline-block;\n padding: 12px 24px;\n margin: 4px;\n background-color: #e1e4e8;\n color: #24292e;\n text-decoration: none;\n border-radius: 4px;\n font-weight: 500;\n font-size: 14px;\n";
export declare function createWhatsAppTemplateMessage(message: string, buttons: Array<{
label: string;
value: string;
}>, instanceId?: string): {
content: string;
footer?: string;
buttons: Array;
};
export declare function createWhatsAppButtonMessage(message: string, buttons: Array<{
label: string;
value: string;
}>): {
body: string;
};
//# sourceMappingURL=message-templates.d.ts.map