import type * as Ast from "./ast"; export declare const astAugmentedAssignOperations: readonly Ast.AugmentedAssignOperation[]; export declare const astBinaryOperations: readonly Ast.BinaryOperation[]; export declare const astUnaryOperations: readonly Ast.UnaryOperation[]; export declare const astNumberBases: readonly number[]; export declare const importTypes: readonly Ast.ImportType[]; type ConstantAttributeName = "virtual" | "override" | "abstract"; export declare const astConstantAttributeNames: readonly ConstantAttributeName[]; export declare const astFunctionAttributeNames: readonly Ast.FunctionAttributeName[]; export {};