export declare class LockDetailsCreateDto { lockAmount: string; cliffAmount: string; claimWallet: string; }