export declare const genSendContent: (header: {
    [key: string]: string;
}, data: string) => string;
