export declare const ManufactureGreetMessage: {
    text: string;
    isUser: boolean;
    timeStamp: string;
}[];
export declare const OperatorGreetMessage: {
    text: string;
    isUser: boolean;
    timeStamp: string;
}[];
