import { StrFinderResult } from './str-finder-result.js';
export declare function strFinder(target: string, pattern: string): StrFinderResult | undefined;
