export declare class JupLockCreateDto { creator: string; mintAddress: string; tokenAmountDecimal: number; }