export declare const splitWindowRoot: (path: string) => {
    restPath: string;
    root: string;
} | {
    restPath: string;
    root?: undefined;
};
