import { Quote, StringHack } from "./index"; export type ContentList = Quote | "contents" | StringHack;