import type { Application, BalenaSDK, Device, Organization, Pine, Release } from 'balena-sdk'; export declare function getRelease>(commitOrIdOrRawVersion: Parameters[0], options?: T): Promise[number]>; export declare function $getRelease>(sdk: BalenaSDK, commitOrIdOrRawVersion: Parameters[0], options?: T): Promise[number]>; export declare function getDevice>(uuidOrId: string | number, options?: T): Promise[number]>; export declare function resolveDeviceUuidParam(uuidOrId: T): Promise; export declare function resolveDeviceUuidsParam(uuids: string[]): Promise; export declare function getApplication>(sdk: BalenaSDK, nameOrSlugOrId: string | number, options: TP): Promise>>; export declare function getFleetSlug(sdk: BalenaSDK, nameOrSlug: string): Promise; export declare function getOwnOrganizations>(sdk: BalenaSDK, options: TP): Promise>;