import type { INodeProperties } from 'n8n-workflow'; import * as getMany from './getMany.operation'; import * as getSchema from './getSchema.operation'; export { getMany, getSchema }; export declare const description: INodeProperties[]; //# sourceMappingURL=Base.resource.d.ts.map