export declare const bearerAuth: string | undefined; export declare const clientId: string | undefined; export declare const clientSecret: string | undefined; export declare const password: string | undefined; /** * Server URL (defaults to https://api.airbyte.com/v1) */ export declare const serverUrl: string | undefined; export declare const username: string | undefined;