import { FullPath, Invitation } from '../types'; import { UserMetadataStore } from '../metadata/metadataStore'; /** * Makes invitation objects that could then be * later sent to recipients * */ export declare const createFileInvitations: (inviter: string, paths: FullPath[], pubkeys: string[], store: UserMetadataStore) => Promise;