export declare class BridgeAPIError extends Error { } export declare class AppExecutionError extends Error { } export declare const ON_INIT_ERROR = "onInitError"; export declare const SUBSCRIBE_TO_CHANGES_ERROR = "subscribeToChangesError"; export declare const GET_API_ERROR = "getApiError"; export declare const ON_ERROR_ERROR = "onErrorError"; export declare const ON_FIELD_DATA_CHANGE_ERROR = "onFieldDataChangeError"; export declare const ERROR_TYPES: readonly ["onInitError", "subscribeToChangesError", "getApiError", "onErrorError"]; //# sourceMappingURL=errors.d.ts.map