export declare function accountKey(address: string): string; export declare function addressKey(address: string): string; export declare function contractKey(address: string): string; export declare const accountRegex: RegExp; export declare const addressRegex: RegExp; export declare const contractRegex: RegExp;