export declare const compile: ({ source, target, }: Readonly<{
    source: string;
    target: string;
}>) => Promise<void>;
//# sourceMappingURL=compile.d.ts.map