export declare namespace $error { function normalizeEvmCustomError(error: Error & { data: { type: any; params: any; }; }): void; }