import { GraphqlClient } from '../libs'; import { IGithubFileMonitor } from './types'; export declare function fileMonitor(options: { client: GraphqlClient; owner: string; repo: string; path: string; branch?: string; }): IGithubFileMonitor;