export declare class MintTxPrepareDto { creatorPK: string; amount?: string; session?: string; paymaster?: string; }