import { ConstructorMacro, MacroList } from "./types";
export declare const CONSTRUCTOR_MACROS: MacroList<ConstructorMacro>;
