import { INodeProperties, INodePropertyOptions } from 'n8n-workflow'; export declare const name = "Default"; export declare const rawProperties: INodeProperties[]; declare const properties: INodeProperties[], methods: { loadOptions?: { [key: string]: (this: import("n8n-workflow").ILoadOptionsFunctions) => Promise; }; listSearch?: { [key: string]: (this: import("n8n-workflow").ILoadOptionsFunctions, filter?: string, paginationToken?: string) => Promise; }; credentialTest?: { [functionName: string]: import("n8n-workflow").ICredentialTestFunction; }; resourceMapping?: { [functionName: string]: (this: import("n8n-workflow").ILoadOptionsFunctions) => Promise; }; } | undefined; export { properties, methods };