export declare const placeOf: <T>(target: string | T[], searchValue: T, startSearchFrom?: number) => number;
export default placeOf;
