export declare const builtins: (string | boolean)[];
export declare function isCommonjs(code: string): boolean;
