export declare enum ModelValueItems { Key = 0, Value = 1 } export interface ModelAccept { whitelist?: string[]; blacklist?: string[]; }