/** * Enqueue a function call with the provided arguments to the fastq promise queue. * * @param {...unknown[]} args - The arguments to pass to the function. */ export declare const enqueue: (...args: unknown[]) => Promise;