import { PromptProps } from '@opentiny/tiny-robot'; export declare const mapMake: (str: string, id: number) => { id: number; text: string; inputMessage: string; }; export declare const getLang: (props: { locale: string; }) => { lang: Record; pillItems: { id: string; text: string; menus: { id: number; text: string; inputMessage: string; }[]; }[]; promptItems: PromptProps[]; };