import type { AllEntities } from 'n8n-workflow';
type NodeMap = {
    record: 'create' | 'upsert' | 'deleteRecord' | 'get' | 'search' | 'update';
    base: 'getMany' | 'getSchema';
    table: 'create';
};
export type AirtableType = AllEntities<NodeMap>;
export {};
//# sourceMappingURL=node.type.d.ts.map