import Resolution from '../Resolution'; export declare function tryInfo(method: () => any, response: Record, name: string): Promise; export declare function commaSeparatedList(value: string): string[]; export declare function buildResolutionPackage(ethereumUrl?: string): Resolution;