export declare const setActor: (fileUid: string, actor: string) => Promise<string>;
