import type { IPathPlatformConfig } from '../../../types/platform-config/path-platform-config.type.js';
export declare const ROOT_PATTERN: string;
export declare const ROOT_REGEXP: RegExp;
export declare const DELIMITER_PATTERN: string;
export declare const DELIMITER_REGEXP: RegExp;
export declare const INVALID_PATH_SEGMENT_PATTERN_PATTERN: string;
export declare const INVALID_PATH_SEGMENT_PATTERN_REGEXP: RegExp;
export declare const GENERIC_PATH_PLATFORM_CONFIG: IPathPlatformConfig;
