export declare class ApplicationConfig { private globalPrefix; setGlobalPrefix(prefix: string): void; getGlobalPrefix(): string; }