import { ApiBase } from '../Implementation/ApiBase';
import { AdaptableSharedEntity } from '../../AdaptableState/TeamSharingState';
export declare class TeamSharingInternalApi extends ApiBase {
    /**
     * Retrieves shared entry dependencies.
     */
    getSharedEntryDependencies(sharedEntity: AdaptableSharedEntity): AdaptableSharedEntity[];
    waitForTeamSharingImportEnd(): Promise<boolean>;
}
