//#region ../notifications/src/queue/load-queue.d.ts /** A function that performs the dynamic import of `@warlock.js/queue`. */ type QueuePackageLoader = () => Promise; /** * Resolve `@warlock.js/queue`, memoized after the first successful load. * Throws {@link QueuePackageNotInstalledError} when the import fails. */ declare function loadQueuePackage(loader?: QueuePackageLoader): Promise; //#endregion export { QueuePackageLoader, loadQueuePackage }; //# sourceMappingURL=load-queue.d.mts.map