import { IGraphQueryable } from "./graphqueryable.js"; export declare const graphGet: (o: IGraphQueryable, init?: RequestInit) => Promise; export declare const graphPost: (o: IGraphQueryable, init?: RequestInit) => Promise; export declare const graphDelete: (o: IGraphQueryable, init?: RequestInit) => Promise; export declare const graphPatch: (o: IGraphQueryable, init?: RequestInit) => Promise; export declare const graphPut: (o: IGraphQueryable, init?: RequestInit) => Promise; //# sourceMappingURL=operations.d.ts.map