export declare const graphRequest: (secretToken: string, requestBody: Uint8Array) => Promise<string>;
