import { INodeProperties } from 'n8n-workflow'; export declare const operationName = "getExtractStatus"; export declare const resourceName = "Extract"; declare const options: import("n8n-workflow").INodePropertyOptions, properties: INodeProperties[]; export { options, properties };