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