export declare const InvalidInterpretationErrorTypeId: unique symbol; export type InvalidInterpretationErrorTypeId = typeof InvalidInterpretationErrorTypeId; export declare class InvalidInterpretationError extends Error { readonly [InvalidInterpretationErrorTypeId]: InvalidInterpretationErrorTypeId; }