export declare const bindConsole: (__console: any) => void; export declare const getContainer: () => any; export declare function createContainer(): void; export declare function setContainer(iframe: any): void; export default function run(command: any): Promise<{}>; export declare function preProcess(content: any): { content: any; additionalCode: string | null; };