import { CreateStatusPageDTO } from '@meshwatch/types'; import * as Yup from 'yup'; export declare const CREATE_STATUS_PAGE_SCHEMA: Yup.ObjectSchema>; export declare const UPDATE_STATUS_PAGE_SCHEMA: Yup.ObjectSchema>;