import { NamedNode } from 'rdflib'; export declare function findChat(invitee: NamedNode): Promise<{ me: NamedNode; chatContainer: NamedNode; exists: boolean; }>; export declare function getChat(invitee: NamedNode, createIfMissing?: boolean): Promise; //# sourceMappingURL=create.d.ts.map