export declare function convertToBuffer(source: string, data: string | Buffer): Promise<Buffer>;
