export type VideoConfListProps = { roomId: string; count?: number; offset?: number; }; export declare const isVideoConfListProps: import("ajv").ValidateFunction; //# sourceMappingURL=VideoConfListProps.d.ts.map