import type { FileSystemHelperFunctions, INode } from '@tosspayments/n8n-workflow'; export declare function isFilePathBlocked(filePath: string): Promise; export declare const getFileSystemHelperFunctions: (node: INode) => FileSystemHelperFunctions;