/*! © SpryMedia Ltd - datatables.net/license */ declare module 'datatables.net' { interface ApiStatic { /** Sorting for number value that is included anywhere in a regex. */ numString(format: RegExp): any; } } export {};