export default class Paths {
    private static _config;
    static readonly ProjectRoot: string;
    static get SourceRoot(): string;
    static get DependenciesConfig(): string;
    static readonly DependencyResolverDeclaration: string;
    private static get config();
    static validate(): void;
    private static resolveProjectRoot;
    private static resolveDependencyResolverDeclaration;
}
