export declare const getBitrixLicenseKey: () => Promise<string>;
export declare const lockBitrix: (projectName: string) => boolean;
export declare const unLockBitrix: () => boolean;
export declare const getBitrixLockedProject: () => string | boolean;