import type { HandlerContext } from "../../domain/model/HandlerContext.js"; export declare function authoringContext(ctx: HandlerContext | undefined, authorId: string | null): HandlerContext; //# sourceMappingURL=AuthoringContext.d.ts.map