import { IExecuteFunctions, INodeType, INodeTypeDescription, INodeProperties } from 'n8n-workflow';
export declare const getMeFields: INodeProperties[];
export declare function executeGetMe(this: IExecuteFunctions): Promise<any>;
export declare class GetMe implements INodeType {
    description: INodeTypeDescription;
    execute(this: IExecuteFunctions): Promise<any>;
}
