export * from "../app/contexts/response-types.js"; export * from "./errors.js"; export * from "./simple-responses.js"; export declare function deprecationWarning(name: string, alternative: string): void;