export function normalizeArgs(options: any, cb: any): {
    callback: any;
    normalizedOptions: any;
    returnValue: Promise<any>;
};
export function readableToString(readable: any): Promise<string>;
export function isNumeric(str: any): boolean;
