import { PromptEntry } from "../helpers"; export declare function Internals(): Promise<{ GV: (item: { entry: PromptEntry; } | PromptEntry) => T; ansiPadEnd: (text: string, amount: number, bgColor?: string, char?: string) => string; chalkTemplate: (firstString: { raw: string[]; }, ...arguments_: any[]) => string; template: (string: any) => string; }>;