import { Type } from "@littlethings/schemer";
declare const serializer: (type: Type) => (identifier: string) => string;
export default serializer;
