import type { LRPObject } from "./LRP"; export declare function getLRP(openLrString: string): LRPObject;