import { ActionType, HeaderActions, HeaderOptions } from './types'; export declare const mergeActions: (currentActions: ActionType[], newActions: ActionType[]) => ActionType[]; export declare const fetchOptionsOfHeaderKey: (headerActions: HeaderActions, key: string) => HeaderOptions;