export interface InfisicalOptions {
    clientId: string;
    clientSecret: string;
    environment?: string;
    siteUrl?: string;
    renewToken?: boolean;
    setManuallyAccessToken?: string;
    awsIamLogin?: string;
    renewAwsIamToken?: boolean;
    projectId?: string;
    secretPath?: string;
    injectIntoProcessEnv?: boolean;
    watchEnvFile?: boolean;
}
