/* 0.28.0 */import type { Type } from './types';
export declare function parseType(s: undefined): undefined;
export declare function parseType(s: string | Type): Type;
export declare function parseType(s: string | Type | undefined): Type | undefined;
