/**
 * 定义 MockSchema 类
 */
declare const MockSchema: (this: any, options?: any) => void;

export { MockSchema as default };
