/** * The Rootly API host. Defaults to https://api.rootly.com. Can also be sourced from the `ROOTLY_API_URL` environment variable. */ export declare const apiHost: string | undefined; /** * The Rootly API Token. Generate it from your account at https://rootly.com/account. It must be provided but can also be sourced from the `ROOTLY_API_TOKEN` environment variable. */ export declare const apiToken: string | undefined; //# sourceMappingURL=vars.d.ts.map