export declare function tagToMs(args: Set): number; export declare function tagHas(tags: Set, tag: string, defaultValue?: boolean): boolean;