import { Attributes } from ".";
/**
 * Walks through attribute keys and makes them snakeCase if needed
 * @param attributes
 */
export default function (attributes: Attributes): Attributes;
