export function process(file: any): Promise<{
    category: string;
} | undefined>;
export const typeTest: "image/svg";
