export function collectBundledProviderAuthEnvVars(params?: { repoRoot?: string; }): Record; export function renderBundledProviderAuthEnvVarModule( entries: Record, ): string; export function writeBundledProviderAuthEnvVarModule(params?: { repoRoot?: string; outputPath?: string; check?: boolean; }): { changed: boolean; wrote: boolean; outputPath: string; };