import { BoosterConfig, Logger } from '@boostercloud/framework-types'; export declare function getLogger(config: BoosterConfig, location?: string, overridenLogPrefix?: string): Logger;