interface Options
{
    port?: number,
    domain?: string,
    setApiKey?: string
}

export { Options };