import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow';
export declare class Wekan implements INodeType {
    description: INodeTypeDescription;
    methods: {
        loadOptions: {
            getUsers(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
            getBoards(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
            getLists(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
            getSwimlanes(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
            getCards(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
            getChecklists(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
            getChecklistItems(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
            getComments(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
        };
    };
    execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
}
//# sourceMappingURL=Wekan.node.d.ts.map