/** Create a unique DOM id. Prefer calling from `$effect` so SSR/hydration stay in sync. */ export declare function createId(prefix: string): string;