import { IApp, IAppOptions } from './types';
declare function Sparc(options?: IAppOptions): IApp;
export { Sparc };
