export declare type HashMap = { [key: string]: Value; };