declare function isPatch(schema: any, patch: any): boolean;
export default isPatch;
