export declare class PathConstants {
    private static readonly VTEX_FOLDER;
    static readonly PRETASKS_FOLDER: string;
    static readonly TELEMETRY_FOLDER: string;
    static readonly LOGS_FOLDER: string;
    static readonly SESSION_FOLDER: string;
}
