declare const EMPTY_OWNER = "please provide owner in load() initialization or you can set by calling sega.setOwner(owner)";
declare const EMPTY_CONNECTION = "please provide connection in load() initialization or set it by sega.setConnection(connection)";

export { EMPTY_CONNECTION, EMPTY_OWNER };
