declare const _default: {
    encode: (str: string) => string;
    decode: (str: string) => string;
};

export { _default as default };
