import { ParsedSchema } from 'serina.schema';
declare const serina: (text: string) => ParsedSchema;
export default serina;
