/// export declare const OperationContext: import("react").Context; export declare type Operation = 'create' | 'update'; export declare const useOperation: () => Operation | undefined;