import type { INodeType, INodeTypeDescription } from 'n8n-workflow'; import { listSearch } from './methods'; export declare class AwsCognito implements INodeType { description: INodeTypeDescription; methods: { listSearch: typeof listSearch; }; } //# sourceMappingURL=AwsCognito.node.d.ts.map