import { Entity } from '../../entity'; export declare class LockDetails extends Entity { lockAmount: bigint; cliffAmount: bigint; claimWallet: string; }