import type { INodeProperties, INodeTypeDescription, IWebhookDescription } from 'n8n-workflow';
export declare const defaultWebhookDescription: IWebhookDescription;
export declare const credentialsProperty: (propertyName?: string) => INodeTypeDescription["credentials"];
export declare const authenticationProperty: (propertyName?: string) => INodeProperties;
export declare const httpMethodsProperty: INodeProperties;
export declare const responseCodeProperty: INodeProperties;
export declare const responseModeProperty: INodeProperties;
export declare const responseModePropertyStreaming: INodeProperties;
export declare const responseDataProperty: INodeProperties;
export declare const responseBinaryPropertyNameProperty: INodeProperties;
export declare const optionsProperty: INodeProperties;
export declare const responseCodeSelector: INodeProperties;
export declare const responseCodeOption: INodeProperties;
//# sourceMappingURL=description.d.ts.map