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