type Params = { originalProjectId: string; newProjectId: string; }; export declare class MultipleWalletConnectProjectIdsError extends Error { constructor({ originalProjectId, newProjectId }: Params); } export {};