declare function slideFormula(formula: string, fromCell: string, toCell: string): string; export { slideFormula };