export declare class ArchConfiguration {
    private static readonly ARCHUNIT_TS_PROPERTIES_RESOURCE_NAME;
    readonly showImportsWarning: boolean;
    readonly failOnEmptyShould: boolean;
    constructor(showImportsWarning: boolean, failOnEmptyShould: boolean);
    static get(): ArchConfiguration;
    static getFromPath(configPath: string): ArchConfiguration;
}
