export declare function formatLoggedSegmentName(segmentName: string, { withChalk, upperFirst, isStatic, segmentType, }?: { withChalk?: boolean; upperFirst?: boolean; isStatic?: boolean; segmentType?: 'segment' | 'mixin'; }): string;