export declare class InsufficientBalanceError extends Error { message: string; constructor(message?: string); } export declare class ListingAlreadyExistsError extends Error { message: string; constructor(message?: string); } export declare function programErrorHandler(error: any, action?: 'buy' | 'sell' | 'update' | 'cancel' | ''): void; //# sourceMappingURL=errors.d.ts.map