/**
 * Official Type definitions for JSS search
 * https://jspreadsheet.com/products/search
 * Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
 */

declare function search(worksheet: object): void;

export default search;
