export interface BitbucketConfig { baseUrl: string; token: string; } export declare const bitbucketConfig: BitbucketConfig; //# sourceMappingURL=config.d.ts.map