type Operation = 'get' | 'list' | 'sync' | 'create' | 'update' | 'delete' | 'onCreate' | 'onUpdate' | 'onDelete';
export declare const getFieldNameFor: (op: Operation, typeName: string) => string;
export {};
//# sourceMappingURL=operation-names.d.ts.map