import type { VersionId } from '@curvenote/blocks';
import type { ISession } from '../../../session/types.js';
export declare function getChildren(session: ISession, versionId: VersionId): Promise<{
    blocks: any;
    versions: any;
}>;
//# sourceMappingURL=getChildren.d.ts.map