import { NBGraderAPIOptions, NBGraderAPIResponse } from "@cocalc/frontend/jupyter/nbgrader/api";
export declare function nbgrader(client: any, logger: any, opts: NBGraderAPIOptions): Promise<NBGraderAPIResponse>;
