export declare const commonMessage: {
    requestSubmittedSuccess: string;
    noAttachmentFound: string;
    catchBlockError: string;
    successResponse: string;
    errorResponse: string;
    dataDeleteSuccess: string;
    dataDeleteError: string;
    getByIdNotFound: string;
    invalidUuidFormat: string;
    patchRequestUpdateDetails: string;
    internalServerError: string;
    updatedSuccess: string;
    loginSuccess: string;
    invalidPassword: string;
    userNotFound: string;
    emailRequired: string;
    passwordRequired: string;
    tokenExpired: string;
    tokenNotFound: string;
    invalidToken: string;
    accessDenied: string;
};
