/** * The access token for API operations. */ export declare const accessToken: string | undefined; /** * Specify whether to validate TLS certificates. */ export declare const insecure: boolean | undefined; /** * Specify timeout for how often to reauthorize the access token */ export declare const reauthorizeTimeout: string | undefined; /** * The refresh token for API operations. */ export declare const refreshToken: string | undefined; /** * The base url for API operations. */ export declare const url: string | undefined;