import { Context } from 'egg'; export declare const createMutexTask: (taskName: string, cacheKey: string, fn: (ctx: Context) => Promise, expireInSeconds?: number) => (ctx: Context) => Promise;