import { ApiItem } from "../types"; interface Props { responses: ApiItem["responses"]; } export declare function createStatusCodes({ responses }: Props): string | undefined; export {};