export declare const makeSerializedQueue: () => (fn: () => T | Promise) => Promise;