export type LockPeriod = {
    duration: number;
    amount: number;
};
//# sourceMappingURL=LockPeriod.d.ts.map