export declare const SUPPORTING_TYPES: {
    IMAGE: string;
    VIDEO: string;
    UNSUPPORTED: string;
};
export declare const getSupportingFileType: (type: string) => string;
