import { ActionFunc } from "../types/actions";
export declare function getFilesForPost(postId: string): ActionFunc;
export declare function uploadFile(channelId: string, rootId: string, clientIds: string[], fileFormData: File, formBoundary: string): ActionFunc;
export declare function getFilePublicLink(fileId: string): ActionFunc;
