import type { Context } from './context'; export declare function destroyContext(context: Context): void;