export declare const ErrorCodes: { KERNEL: string; VALIDATION: string; }; export type ErrorCode = keyof typeof ErrorCodes;