type InitializePromiseProps = {
    /**
     * The nonce to use for the injected script tag.
     *
     * @see https://nextjs.org/docs/app/building-your-application/configuring/content-security-policy#nonces
     */
    nonce?: string;
};
export declare function InitializePromise({ nonce }: InitializePromiseProps): null;
export {};
