export declare function stripBom(content: string | Buffer): string; export declare const stripBOM: typeof stripBom;