export * from './clientError';
export * from './information';
export * from './redirection';
export * from './serverError';
export * from './successful';
export declare const allStatusCodes: Record<string, number>;
