/**
 * Parses a WAL LSN number into a JS bigint.
 */
export declare function parseLsn(lsn: string): bigint;
//# sourceMappingURL=parseLsn.d.ts.map