import { RequiredUriUrl } from '@cypress/request';
export declare function notifyRequest(options: RequiredUriUrl, content: any): Promise<any | Error>;
