import { schema } from './schema'; import type { Context, CreateServerProps } from './types'; declare const createStripeGraphQLServer: ({ cors, isAllowed, graphiql, maskedErrors, }?: CreateServerProps) => import("graphql-yoga").YogaServerInstance<{}, Context>; export { createStripeGraphQLServer, schema }; //# sourceMappingURL=server.d.ts.map