import * as ts from "typescript"; export declare function isConstDeclaration(declaration: ts.Declaration): boolean;