import { RePackArguments, PublishArguments } from '../etc/types';
/**
 * Fields in package.json that may contain paths that will need to be re-written
 * when packing.
 */
export declare const REWRITE_FIELDS: string[];
export declare const DEFAULT_OPTIONS: RePackArguments;
export declare const DEFAULT_PUBLISH_OPTIONS: PublishArguments;
