export declare function isNumber( n: any ): boolean; export declare function indexOfPropertyWithValue( array: any, property: any, value: any ): number;