import { Plugin } from '@sentio/runtime'; import { InitResponse, ProcessConfigResponse } from '@sentio/protos'; export declare class CorePlugin extends Plugin { name: string; configure(config: ProcessConfigResponse): Promise; init(config: InitResponse): Promise; initStartupConfig(config: InitResponse | ProcessConfigResponse): void; } //# sourceMappingURL=core-plugin.d.ts.map