/** @private */
declare function noSSRError(errorMessage?: string, nextjsDigest?: string): Error;
/** @see https://foxact.skk.moe/no-ssr */
declare function noSSR(extraMessage?: string): void;

export { noSSR, noSSRError };
