import { TransformComponent as TC } from '../runtime';
import { PackTransform } from '../spec';
export type PackOptions = Omit<PackTransform, 'type'>;
/**
 * Uniform pack to avid overlap.
 * @todo Improve or change algorithm to increase space usage.
 * @todo Take some special case into account.
 */
export declare const Pack: TC<PackOptions>;
