export interface GraphQLDriver { start(options: TOptions): Promise; stop(): Promise; } //# sourceMappingURL=graphql-driver.interface.d.ts.map