import type Soup from '@girs/soup-3.0'; /** Load (once) and return the Soup 3.0 namespace, linking `gi://Soup` on first * call rather than at module import. */ export declare function loadSoup(): Promise;