/*! © SpryMedia Ltd - datatables.net/license */
declare module 'datatables.net' {
    interface Api<T> {
        /** Show / hide the processing indicator. */
        processing(boolean: any): Api<T>;
    }
}
export {};
