import type { FileName } from "./FileName"; import type { RelativeOrAbsoluteFolderPath } from "./RelativeOrAbsoluteFolderPath"; export declare type FilePathComplexDefinition = { fileName?: FileName; fileNameFallback?: FileName; fileNameVariablesEnabled?: boolean; folderPath?: RelativeOrAbsoluteFolderPath; folderPathVariablesEnabled?: boolean; };