export declare const ERROR_CODE: unique symbol; export type ERROR_CODE = typeof ERROR_CODE; export declare const SPICEFLOW_RESPONSE: unique symbol; export type SPICEFLOW_RESPONSE = typeof SPICEFLOW_RESPONSE; export declare class ValidationError extends Error { code: string; status: number; } //# sourceMappingURL=error.d.ts.map