export default function (code: string, id: string): Promise<{
    code: string;
    map: any;
} | undefined>;
