import { IRuntimeTransformer } from "@apic/smith-transformer";
export declare class LWGWRuntimeTransformer implements IRuntimeTransformer {
    private orchestratorPromise;
    private loadOrchestrator;
    transform(zip: Buffer): Promise<any>;
}
//# sourceMappingURL=lwgw_runtime_transformer.d.ts.map