/**
 * Checks that a publish is being performed by re-pack and not a naked
 * `npm publish`, which can lead to breaking changes for users.
 */
export default function publishGuard(): void;
