/** uuid generator for attaching unique ids to attachments that need uploading. */
export declare function uuidv4(): string;
