export declare function getType(type: string): string | false;
export default getType;
