declare const _default: { createPromptsList: (requestBody: any) => Promise<{ status: string; repos: any; } | undefined>; }; export default _default;