export type DictionaryPathFormat = 'hide' | 'long' | 'short' | 'full';
export declare function isDictionaryPathFormat(value: string | undefined): value is DictionaryPathFormat;
//# sourceMappingURL=DictionaryPathFormat.d.ts.map