import { Executable } from './executable'; export declare class BambuUserClient { private _token; private _tenantId; private _domain; private _rootPath; constructor(tenantId: string, token: string, domain?: string, root?: string); execute>(executeable: T): Promise ? U : never>; }