/** * Delegates to Array#indexOf */ export declare function indexOf( a:readonly unknown[], key:string|number ):number