import Color from "./color"; import { APIId } from "./id"; declare type APIMacro = { id: APIId; color: Color; }; export default APIMacro; //# sourceMappingURL=macro.d.ts.map