///
import type { SinonStub } from 'sinon';
import type { ShkoOnline } from '../ShkoOnline';
export declare class UtilityMock implements ComponentFramework.Utility {
getEntityMetadata: SinonStub<[entityName: string, attributes?: string[]], Promise>;
hasEntityPrivilege: SinonStub<[
entityTypeName: string,
privilegeType: ComponentFramework.PropertyHelper.Types.PrivilegeType,
privilegeDepth: ComponentFramework.PropertyHelper.Types.PrivilegeDepth
], boolean>;
lookupObjects: SinonStub<[
lookupOptions: ComponentFramework.UtilityApi.LookupOptions
], Promise>;
loadDependency: SinonStub<[dependencyName: string], Promise>;
constructor();
}
//# sourceMappingURL=Utility.mock.d.ts.map