export declare const Anka: Readonly<{ string(bytes: Uint8Array): string; bytes(code: string): Uint8Array; random(count?: number): string; }>;