import * as express from 'express'; import { IThriftProcessor, IThriftServerOptions } from '@creditkarma/thrift-server-core'; export declare type IExpressServerOptions> = IThriftServerOptions; export interface ICreateExpressServerOptions> { path?: string; thriftOptions: IExpressServerOptions; }