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