export declare const Messages: {
    TOKEN_INVALID: string;
    TOKEN_MISSING: string;
    IS_MISSING: (miss: string) => string;
    ID_MISSING: string;
    TYPE_MISSING: string;
    INVALID_TYPE: string;
    ID_IS_NAN: string;
    MUST_BE_TYPE: (option: string, type: string) => string;
    MUST_BE_OBJECT: string;
    LINK_NOT_FOUND: (link: any) => string;
    IP_IS_REQUIRED: string;
    IP_IS_NOT_VALID: string;
};
//# sourceMappingURL=Messages.d.ts.map