export declare namespace PathUtil {
    const accessors: (path: string) => string[];
}
