export declare const p2e: (str: string) => string; export declare const e2p: (str: string) => string;