import { ContentReference } from '../domain';
import * as db from '../db';
export declare function getPostReferencePath(post: db.Post): string;
export declare function getGroupReferencePath(groupId: string): string;
export declare function postToContentReference(post: db.Post): [path: string, reference: ContentReference];
//# sourceMappingURL=references.d.ts.map