import type { ISession } from '../session/types.js'; export type InitOptions = { project?: boolean; site?: boolean; writeTOC?: boolean; ghPages?: boolean; ghCurvenote?: boolean; readthedocs?: boolean; }; export declare function init(session: ISession, opts: InitOptions): Promise; //# sourceMappingURL=init.d.ts.map