import { RegisteredAPI } from './register';
export declare const combine: (...expressions: RegisteredAPI<any>[][]) => any;
