export declare enum ClassType {
    ARGS = "args",
    OBJECT = "objectType",
    INPUT = "inputType",
    INTERFACE = "interface"
}
