export declare let bitbucket: any, workspaceId: any;
export declare let auth: {
    username: string;
    password: string;
};
export declare const packageDiff: () => Promise<any>;
export declare const patchPackage: () => Promise<any>;
export declare const pullMasterToCurrentBranch: () => Promise<{
    currentBranch: string;
    currentBranchKebab: string;
}>;
/**
 * @deprecated
 * @param all
 */
export declare const patchResources: (all?: boolean) => Promise<void>;
export declare const writeConfigFiles: (diginextContent: any, packageContent: any) => Promise<void>;
//# sourceMappingURL=index.d.ts.map