import type { INodeProperties } from '@tosspayments/n8n-workflow'; export declare const showFor: (resources: string[]) => (operations?: string[]) => Partial; export declare const mapWith: (...objects: Array>) => (item: Partial) => any; export declare const getId: () => INodeProperties; export declare const getAdditionalOptions: (fields: INodeProperties[]) => INodeProperties; //# sourceMappingURL=utils.d.ts.map