export declare function base26Encode(input: string): bigint;
export declare function base26Decode(s: bigint): string;
