export declare const addInflightPromise: (resolver: () => void) => void;
export declare const resolveAndClearInflightPromises: () => void;
