export declare type stnr = string | number; export interface KVAny { [key: string]: any; }