import { SKUAttributes } from './types';
export default function (sku: string): SKUAttributes;
