import { ISchema } from './types/schema';
/**
 * Fixes the order of attributes in your name,
 * 	this is highly exrimental due to the
 * 	nature of attributes being parsed in way
 * 	they're put in inside the name.
 */
declare const _default: (schema: ISchema, name: string) => string;
export default _default;
