import { Image } from "../types";
export declare const getChannel: (slug: string) => Promise<Image[] | null>;
