export declare class InvalidHexishError extends Error { constructor(hexish: any); } export declare function assertIsValidHexish(hexish: string): void;