import IBkcOptions from './types/callable';
export declare const bkc: (code: string, optionsE?: IBkcOptions | undefined) => any;
export default bkc;
