export declare const createRuntimeExportsUtils: (pwd?: any, namespace?: any) => {
    addExport: (statement: string) => void;
    getPath: () => string;
};
