/** * Gets the "name" of the schema from the ref path * TODO: this will change so fix it when the new refs are out * Then add tests * * @example SchemaName from #/components/schemas/SchemaName */ export declare const getRefName: (ref: string) => string | null | undefined; //# sourceMappingURL=get-ref-name.d.ts.map