export interface SsgiOptions { intensity?: number; } export declare function createSsgi(_options?: SsgiOptions): never; //# sourceMappingURL=ssgi.d.ts.map