import { ILoadOptionsFunctions, INodePropertyOptions, INodeType, INodeTypeDescription, IWebhookFunctions, IWebhookResponseData } from 'n8n-workflow';
export declare class FeishuProjectTrigger implements INodeType {
    description: INodeTypeDescription;
    methods: {
        loadOptions: {
            loadSpacesWithWildcard(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
        };
    };
    webhook(this: IWebhookFunctions): Promise<IWebhookResponseData>;
}
