/** * all letters of b can be found in a, in order (but other letters in between are allowed) */ export declare const hasAllLetters: (a: string, b: string) => boolean; //# sourceMappingURL=hasAllLetters.d.ts.map