export { sameUrlPath, except, only, rejectNullValues, kebabCase, isStandardDomEvent } from '@inertiaui/vanilla'; export declare function parseResponseData(data: unknown): unknown; export declare function generateIdUsing(callback: (() => string) | null): void; export declare function generateId(prefix?: string): string;