import { ProxyDraft } from '../interface';
export declare function markChanged(proxyDraft: ProxyDraft): void;
