import { TokenType, Token } from './token.cjs'; import '@rss3/api-core'; type Theme = { [key in TokenType]: (content: string, meta?: Token["meta"]) => T; }; declare const themePlain: Theme; export { type Theme, themePlain };