import { ConfigSchema } from'./types';
/**
* Renders the configuration prompt (a gear icon) and handles the interaction.
* This function is only loaded in dev mode when configuration is invalid.
*/export declare functionshowConfigPrompt(schema: ConfigSchema): void;