export default function levelupViteCodegen(options: any): { name: string; buildStart(): Promise; transform(src: any, id: any): void; };