import type { ILoadOptionsFunctions, INodePropertyOptions } from "n8n-workflow"; export declare function loadPhoneCallActivityTypesForCreate(this: ILoadOptionsFunctions): Promise; export declare function loadPhoneCallActivityTypes(this: ILoadOptionsFunctions): Promise; export declare function loadCallResultTypesForCreate(this: ILoadOptionsFunctions): Promise; export declare function loadCallResultTypes(this: ILoadOptionsFunctions): Promise; export declare function getCalleeContactPersons(this: ILoadOptionsFunctions): Promise; export declare function getCalleePhoneNumbers(this: ILoadOptionsFunctions): Promise;