declare function parseInt(s: any, radix?: number): number; declare function parseFloat(s: any): number; declare class Buffer { constructor (..._arg: any); static isBuffer: (arg: any) => arg is Buffer; copy: cbk; static from: any; lastIndex: number; length: number; } interface Exports { data: string[]; type: string[]; all: string[]; }