export declare const Email: Channel;
export declare const Meta: Channel;
export declare const Display: Channel;
export type Channel = {
    id: string;
    name: string;
};
