/** * Checks whether the provided dataset can be handled by the Nested Rows plugin. * * @param {*} data Dataset to be checked. * @returns {boolean} */ export declare function isValidDataSource(data: unknown): boolean;