import { MathOperation } from '../../AdaptableState/Common/Enums';
export declare const shortcutOperationList: Array<MathOperation>;
export declare const SHORTCUT_PREVIEW_EXAMPLE_VALUE = 100;
export declare function getShortcutOperationSymbol(operation: MathOperation): string;
export declare function calculateShortcutResult(cellValue: number, shortcutValue: number, operation: MathOperation): number | null;
