export declare function encode1252(str: string): Uint8Array; export declare function decode1252(bytes: Uint8Array): string; //# sourceMappingURL=windows-1252.d.ts.map