import type { Config, ContentfulConfig } from '../types.js'; import { type ResolvedConfig } from '@jungvonmatt/contentful-config'; export declare const getEnvironmentConfig: (strict?: boolean) => ContentfulConfig; export declare const ALL_PROMPTS: Array>; export declare const getConfig: (args?: Partial & { configFile?: string; cwd?: string; }, options?: { required?: Array>; prompt?: Array>; }) => Promise>;