export declare const localGetDiff: (base: string, head: string, staging?: boolean) => Promise<string>;
