/** * Mints `count` keys that sort in sequence after `after`, or from the start of * the range when it is null. The result depends only on its inputs, so a client * materializing a personal order optimistically derives exactly the keys the * server derives from the same list. */ export declare function orderKeySequence(count: number, after?: string | null): string[]; //# sourceMappingURL=orderKeySequence.d.ts.map