import { User } from '../user'; export declare function isUserBankrupt(user: User): boolean; //# sourceMappingURL=bankruptcy.d.ts.map