import { Context, Schema } from 'koishi'; export declare const name = "blockly"; export interface Config { } export declare const Config: Schema; export declare const using: string[]; export declare function apply(ctx: Context): Promise; export * from './structure'; export * from "./data"; export * from "./plugin"; export * from "./service"; export * from "./static"; export * from './console'; export * from './transpiler'; export * from './vendor';