export declare const vtexRunScript: (script: string | undefined) => Promise<import("winston").Logger | undefined>;
