import { t } from '../common';
export declare function params(url: t.ManifestUrlParts, options: {
    entry?: string;
}): t.ManifestUrlParts;
