import type { FilesAPI } from './index.ts'; import type { HTTPRPCClient } from '../lib/core.ts'; export declare function createFlush(client: HTTPRPCClient): FilesAPI['flush']; //# sourceMappingURL=flush.d.ts.map