import { type IExecuteFunctions, type ICredentialsDecrypted, type ICredentialTestFunctions, type ILoadOptionsFunctions, type INodeCredentialTestResult, type INodeExecutionData, type INodePropertyOptions, type INodeType, type INodeTypeDescription } from 'n8n-workflow'; export declare class HomeAssistant implements INodeType { description: INodeTypeDescription; methods: { credentialTest: { homeAssistantApiTest(this: ICredentialTestFunctions, credential: ICredentialsDecrypted): Promise; }; loadOptions: { getAllEntities(this: ILoadOptionsFunctions): Promise; getCameraEntities(this: ILoadOptionsFunctions): Promise; getDomains(this: ILoadOptionsFunctions): Promise; getDomainServices(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=HomeAssistant.node.d.ts.map