/** * Extract property from array */ export declare const extractPropertyFromArray: (arr: any[], property: string) => any[]; export declare const escapeRegExp: (text: string) => string; //# sourceMappingURL=index.d.ts.map