import type { IExecuteFunctions, IDataObject } from 'n8n-workflow'; export declare function handleMagicDashGetAllOperation(this: IExecuteFunctions, filters?: IDataObject, returnAll?: boolean, limit?: 25): Promise; export declare function handleMagicDashGetByIdOperation(this: IExecuteFunctions, id: number): Promise;