import type { INodeProperties, INodePropertyOptions } from 'n8n-workflow';
declare const _default: {
    key: string;
    endpoint: string;
    details: INodePropertyOptions;
    parameters: INodeProperties[];
    buildQuery: (query: Record<string, any>) => {
        q: any;
    };
};
export default _default;
