import { IBootstrapConfig } from '../interfaces/bootstrap-config'; export declare class JsonapiBootstrap { static bootstrap(bootstrapConfig: IBootstrapConfig): void; }