export declare function make(needle: string, callback: (index: number, chunk: Uint8Array) => void, seed?: Uint8Array): {
    readonly write: (chunk: Uint8Array) => void;
    readonly end: () => void;
};
//# sourceMappingURL=search.d.ts.map