export declare const DEFAULT_CHUNK_SIZE = 16640; export declare const DEFAULT_BUFFER_SIZE: number; /** Generate longest proper prefix which is also suffix array. */ export declare function createLPS(pat: Uint8Array): Uint8Array; //# sourceMappingURL=_common.d.ts.map