export declare function esmToCjs(code: string): string; export declare function collectEsmCjsPatches(ast: any, code: string, patches: Array<[number, number, string]>): void; export declare function hasTopLevelAwait(code: string): boolean; export declare function stripTopLevelAwait(code: string, mode?: "topLevelOnly" | "full"): string;