import LoggerInterface from "./service/LoggerInterface"; export declare const logger: () => LoggerInterface; export declare const url: () => string; export declare const configurable: (klass: any, configure: any) => any;