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