import { BusinessAuth, MintaVideo } from '../types/entities.types'; export declare const useGetRelevantFormats: () => (currentMintaVideo: MintaVideo) => Promise; export declare const useChangeDesign: () => (mintaVideo: any, newChosenTemplate: any, skipCheck?: boolean) => Promise; export declare const useFetchEditorData: (videoId: string, businessAuth: BusinessAuth) => () => Promise;