import type { IPathPlatformConfig } from '../../../types/platform-config/path-platform-config.type.js';
export declare function getCurrentPathPlatformConfig(): IPathPlatformConfig | never;
