export default function createQueueable(): readonly [import('solid-js').Accessor, (cb: (...args: Args) => Promise) => (...args: Args) => Promise];