export declare function parseLsn(lsn: string): bigint;
export declare function isLsn(lsn: string): boolean;
export declare function subtractLsn(lsn1: string, lsn2: string): number | null;
//# sourceMappingURL=parseLsn.d.ts.map