import { Context } from "koa"; import { ActionName, Collection } from "sealious"; export declare function peopleWhoCan(action: ActionName, collection: Collection): (ctx: Context) => Promise<{ canAccess: boolean; message: string; }>;