import { t } from '../common';
export declare class Patch {
    static toPatchSet: t.Patch['toPatchSet'];
    static isEmpty: t.Patch['isEmpty'];
}
