import type { ISession } from '../session/types.js'; import type { SiteInitOpts } from './types.js'; import type { SiteWithContentDTO } from '@curvenote/common'; export declare function patchSiteWithContent(session: ISession, siteName: string, content: string): Promise; export declare function init(session: ISession, name: string, opts?: SiteInitOpts): Promise; //# sourceMappingURL=init.d.ts.map