import { Entity } from '../../entity'; export declare class CurvePositionResponse extends Entity { position: bigint; }