import type { Context } from 'egg';
export declare function isSyncWorkerRequest(ctx: Context): boolean;
