export declare const messages: {
    APPLICATION_START: string;
    APPLICATION_READY: string;
    MICROSERVICE_READY: string;
    UNKNOWN_EXCEPTION_MESSAGE: string;
};
