2025-05-12 05:38:44 +09:00

12 lines
411 B
TypeScript

import { decodeGlobal } from "./decodeGlobal";
import encodePage0 from "./encodePage";
import decodePage0 from "./decodePage";
import encodeGlobal0 from "./encodeGlobal";
declare const _default: {
encodePage: typeof encodePage0;
decodePage: typeof decodePage0;
encodeGlobal: typeof encodeGlobal0;
decodeGlobal: typeof decodeGlobal;
};
export default _default;
//# sourceMappingURL=index.d.ts.map