import { LookForResult } from './types'; export declare const lookForLast: (value: string, what: string | RegExp) => LookForResult; //# sourceMappingURL=lookForLast.d.ts.map