import { LinkDetails } from '@onepoint-yap/dashboard'; export declare const linksFeatureKey = "@yap/admin/links"; export interface LinkState { links: LinkDetails[]; loading: boolean; } export declare const initialLinkState: LinkState; export declare const linkReducer: import("@ngrx/store").ActionReducer;