import type { RuruProps } from "../interfaces.ts"; export declare const useGraphQLChangeStream: (props: RuruProps, refetch: () => void, streamEndpoint: string | null) => { error: Error | null; }; //# sourceMappingURL=useGraphQLChangeStream.d.ts.map