export default class BitStructure {
    _componentsDefaultDirectoryUnProcessed: string;
    _componentsDefaultDirectory?: string;
    dependenciesDirectory: string;
    constructor(componentsDefaultDirectory: string | undefined, dependenciesDirectory: string | undefined);
    get dependenciesDirStructure(): string;
    get componentsDefaultDirectory(): string;
    _getComponentStructurePart(componentStructure: string, componentPart: string): string;
}
