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