import ts from "typescript";
export declare function isSideEffectFree(node: ts.CallExpression, checker: ts.TypeChecker): boolean;
