/**
 * Transforms argument into string
 * @param arg the buffer to transform
 * @param encoding the encoding to be used
 * @returns
 */
export declare function toString(arg: Buffer, encoding?: BufferEncoding): string;
