@cloud-copilot/iam-collect
Version:
Collect IAM information from AWS Accounts
14 lines • 443 B
TypeScript
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