export declare const ACTION: {
    GET: string;
    POST: string;
    PATCH: string;
    DELETE: string;
};
