import * as ChannelQueue from "@buttercup/channel-queue";
export declare function createQueue(): ChannelQueue;
export declare function enqueue(queue: ChannelQueue, key: string, call: () => any): Promise<any>;
