import type { InitContext, RuntimeContext } from './types'; export declare function internalErr(from: string, reason: string, args?: {}): Error; export declare function initErr(ctx: InitContext, reason: string, metadata?: {}): Error; export declare function runtimeErr(ctx: RuntimeContext, reason: string, metadata?: {}): Error;