/** ResolveFunction represents the resolve function of a promise. */
export type ResolveFunction = (text: string) => void;
