import { Link } from "../system";
export declare function asyncCheckDirty(link: Link): Promise<boolean>;
