declare const constants: {
    postsPerFeedPage: number;
    feedMetaDirectory: string;
};
export default constants;
