export declare class Position { static calculatePositionKey(owner: string, tickLower: bigint, tickUpper: bigint, salt: string): string; }