import * as Yup from 'yup';
export declare const chatSchema: {
    message: Yup.StringSchema<string, Yup.AnyObject, undefined, "">;
};
