import { type Claim, type Entity, type Guid, type Item, type Datatype } from 'wikibase-sdk'; export declare function getSandboxItem(): Promise; export declare function getRefreshedEntity(id: T['id']): Promise; export declare function getSandboxClaim(datatype?: Datatype): Promise; export declare function getRefreshedClaim(guid: Guid): Promise; export declare function getSandboxItemId(): Promise<`Q${number}`>; export declare function getSandboxPropertyId(datatype: Datatype): Promise<`P${number}`>; export declare function getSandboxClaimId(): Promise; export declare function createItem(data?: {}): Promise; export declare function getSomeItemId(): Promise<`Q${number}`>; export declare function getSomeGuid(): Promise>; export declare const getReservedItem: typeof createItem; export declare const getReservedItemId: () => Promise<`Q${number}`>; //# sourceMappingURL=sandbox_entities.d.ts.map