import { ModuleDeclaration } from '@syncfusion/ej2-base';
import { Calculate } from '../base/index';
/**
 * Represents the getModules function.
 *
 * @param {Calculate} context - specify the context
 * @returns {ModuleDeclaration[]} - Represents the getModules function.
 */
export declare function getModules(context: Calculate): ModuleDeclaration[];
