import { Entity } from '../../../entity'; export declare class CreateMintResponse extends Entity { pairId: string; }