export declare type AbsPath = "AbsolutePath" | string;
export declare type RelPath = "RelativePath" | string;
export declare type AbsFile = "AbsoluteFilePath" | string;
export declare type RelFile = "RelativeFilePath" | string;
export declare type AbsDir = "AbsoluteDirectory" | string;
export declare type RelDir = "RelativeDirectory" | string;
export declare type ArithmeticStr = "[,>,],+[,-,**,^,~,!,*." | string;
