/**
 * Function that setup the pixivn vite data.
 * This function should be called in the client side, after the RegisteredCharacters and RegisteredLabels are populated.
 * **Note:** This function only runs in development mode and does nothing in production.
 */
declare function setupPixivnViteData(): void;

export { setupPixivnViteData };
