export declare class DefinitionType {
    static FUNCTION: string;
    static CONST: string;
    static VARIABLE: string;
    static METHOD: string;
    static PROPERTY: string;
    static CLASS: string;
    static IMPORT: string;
}
