export declare function isPublisherId(id: string | undefined): boolean;
export declare function isSlotId(id: string | undefined): boolean;
