export declare const getSlugsPath: (slugs: string[]) => Promise<{
    slug: string;
    path: string;
}[]>;
