import type { MultipleSelectOption } from './models/multipleSelectOption.interface.js'; declare const Constants: { BLOCK_ROWS: number; CLUSTER_BLOCKS: number; DEFAULTS: Partial; METHODS: string[]; }; export default Constants; //# sourceMappingURL=constants.d.ts.map