import type { ChannelType } from "./channels"; export declare const channelAtom: import("jotai").PrimitiveAtom & { init: ChannelType; }; export declare const pageAtom: import("jotai").PrimitiveAtom<"brand" | "template"> & { init: "brand" | "template"; }; export * from "./channels";