export declare const defaultConfigFileName = "iam-collect.jsonc";
/**
 * Get the full path to the config file.
 *
 * @returns The full path to the config file.
 */
export declare function fullDefaultConfigPath(): string;
/**
 *
 * @returns Whether the default config file exists
 */
export declare function defaultConfigExists(): boolean;
export declare function getDefaultConfig(): Promise<string>;
//# sourceMappingURL=defaultConfig.d.ts.map