export declare function shuffle(seedBytes: Uint8Array): string;
export declare function apply(txt: string, map: string): string;
