export declare type TagResolver = { tag: string; test: (str: string) => boolean; resolve: (str: string) => T; };