export declare function encode(enc: number): string;
export declare function base58check(input: string): boolean;
