import type { IExecuteFunctions } from 'n8n-workflow'; import type { IFolderPathResponse } from '../resources/folders/folders.types'; export declare function buildFolderPath(context: IExecuteFunctions, folderId: string, separatorOption: string, customSeparator: string): Promise;