import { BigNumber } from 'ethers';
export declare const panicErrorCodeToReason: (errorCode: BigNumber) => string | undefined;
