export declare const getQuestions: (name?: string) => Promise<{ name: string; }>;