import { ENV } from './support';
export declare const constructWhiteboardURL: (token: string, addr: string, env?: ENV) => string;
