interface RequestFunction {
    async: (payload: string, callback: (error: Error | null, response: string) => void) => void;
}
export declare const request: RequestFunction;
export {};
//# sourceMappingURL=cffi.d.ts.map