import { AutoEncoder } from '@simonbackx/simple-encoding'; export declare class STCredit extends AutoEncoder { id: string; /** * Credits in cents */ change: number; allowTransactions: boolean; description: string; createdAt: Date; expireAt: Date | null; static getBalance(credits: STCredit[]): number; } //# sourceMappingURL=STCredit.d.ts.map