declare type Props = {
  result: string | null;
  message: string | null;
};
export declare const JSrunner: (code: string) => Props;
export default JSrunner;
