export declare const create_message: (description: string, data: string[], footer?: string | undefined) => string;
