export declare const IWARPER_MANAGER_CUSTOM_ERRORS: { ACCOUNT_IS_NOT_AUTHORIZED_WIZARD_FOR_WARPER_MANAGEMENT: string; ACCOUNT_IS_NOT_AUTHORIZED_OPERATOR_FOR_WARPER_MANAGEMENT: string; ACCOUNT_IS_NOT_WARPER_ADMIN: string; }; export declare const WARPERS_CUSTOM_ERRORS: { MULTIPLE_WARPERS_NOT_SUPPORTED: string; INVALID_WARPER_INTERFACE: string; WARPER_HAS_INCORRECT_METAHUB_REFERENCE: string; WARPER_IS_NOT_REGISTERED: string; WARPER_IS_ALREADY_REGISTERED: string; WARPER_IS_PAUSED: string; WARPER_IS_NOT_PAUSED: string; MISSING_WARPERS_FOR_UNIVERSE: string; MISSING_WARPERS_FOR_ASSET_IN_UNIVERSE: string; UNSUPPORTED_ASSET: string; INCOMPATIBLE_ASSET: string; }; export declare const IWARPER_PRESET_FACTORY_CUSTOM_ERRORS: { INVALID_WARPER_PRESET_INTERFACE: string; DUPLICATE_WARPER_PRESET_ID: string; DISABLED_WARPER_PRESET: string; ENABLED_WARPER_PRESET: string; WARPER_PRESET_NOT_REGISTERED: string; EMPTY_PRESET_DATA: string; }; //# sourceMappingURL=errors.d.ts.map