export declare const queueThrottle: (cb: () => Promise, throttleSeconds: number) => { trigger: () => void | undefined; unsubscribe: () => void; };