/** * Return the index of the item that starts with the character. * @param character The start of the item string. * @param startIndex The index to start searching. * @returns The index of the item. */ export declare function getItemIndexByCharacter(character: string, startIndex?: number): any;