import { RahaApiError } from "../.."; export declare const ERROR_CODE = "give.insufficientBalance"; export interface InsufficientBalanceErrorBody { errorCode: typeof ERROR_CODE; } /** * Member attempts to give more Raha than they have available. */ export declare class InsufficientBalanceError extends RahaApiError { readonly errorCode: typeof ERROR_CODE; constructor(); } //# sourceMappingURL=InsufficientBalanceError.d.ts.map