import { IHubEditableContent } from "../core/types/IHubEditableContent"; /** * Determines whether Hub can perform the /createReplica operation on a given service entity. * @param entity entity to check * @returns whether the /createReplica operation can be used */ export declare function canUseCreateReplica(entity: IHubEditableContent): boolean;