import { LOCALE, LocaleType } from "../interfaces/types";
export declare const PREGNANCY_SLUG: {
    [locale in LocaleType]: string;
};
export declare const MAPPED_CATEGORY_SLUGS: {
    [locale in LOCALE]: {
        [k: string]: string;
    };
};
export declare const useCategory: (asPath: string) => {
    isPregnancy: boolean;
    isParenting: boolean;
    type: string;
};
