import type { IFunction } from '../plugin'; export declare function getPrintName(func: IFunction, synomicName: string | number | symbol, chunkPath: string): string; //# sourceMappingURL=getPrintName.d.ts.map