import { ContractErrorCode } from "./errors"; export declare const extractContractErrorCode: (error: Error) => ContractErrorCode | undefined;