import { IExecuteFunctions } from 'n8n-workflow';
export declare function getPersonsByFilter(this: IExecuteFunctions): Promise<import("n8n-workflow").INodeExecutionData[]>;
export declare function getPersonById(this: IExecuteFunctions): Promise<import("n8n-workflow").INodeExecutionData[]>;
export declare function createPerson(this: IExecuteFunctions): Promise<{
    json: any;
}[]>;
