interface Options { port?: number, domain?: string, setApiKey?: string, id?: string, key?: string } export { Options };