/** * base64からtypeを取得 */ export declare const getTypeFromDataURI: (base64: string) => string;