import { DeliverTxResponse } from "../types"; /** Try to extract the create_position event from the raw log. */ export declare function findNewClPositionId(txResponse: DeliverTxResponse): string | undefined;