import { BackendConfigArgs } from '../interfaces/configuration.interface'; export declare class BackendConfig implements BackendConfigArgs { constructor(config?: BackendConfigArgs); }