export declare function makeDedupeKey(path: string, input: any, context: any): string; export declare function getInflight(key: string): Promise | undefined; export declare function setInflight(key: string, promise: Promise): void; export declare function deleteInflight(key: string): void;