// src/index.ts import { StackAdminInterface } from "./interface/adminInterface"; import { StackClientInterface } from "./interface/clientInterface"; import { StackServerInterface } from "./interface/serverInterface"; import { KnownError, KnownErrors } from "./known-errors"; export { KnownError, KnownErrors, StackAdminInterface, StackClientInterface, StackServerInterface }; //# sourceMappingURL=index.js.map