export declare const Action: {
    CREATE: string;
    READ: string;
    UPDATE: string;
    DELETE: string;
};
