import type { ExecuteHandler } from '../exec.types'; export declare const moduleHandlers: { getLessons: ExecuteHandler; getSections: ExecuteHandler; createUnlockOverride: ExecuteHandler; };