export declare type Ctx = import("./types/interfaces").Ctx; export declare const Ctx: { new (): Ctx; readonly prototype: Ctx; };