export declare const EXPORT_UNIT: {
    readonly PACKAGE: "p";
    readonly FILE: "f";
    readonly CLASS: "c";
    readonly METHOD: "m";
};
export type ExportUnit = typeof EXPORT_UNIT[keyof typeof EXPORT_UNIT];
//# sourceMappingURL=export-unit.d.ts.map