import { Slot as ISlot, SlotDoc as ISlotDoc } from '~core/modules/slot'; export declare class Slot implements ISlot { static _publicAppUrl: string | null; name: string; } export declare class SlotDoc implements ISlotDoc { name: string; _id: string; _rev: string; }