import { TransformComponent as TC } from '../runtime'; import { PackTransform } from '../spec'; export type PackOptions = Omit; /** * 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;