import { Sardines } from '../interfaces';
export declare namespace Core {
    const invoke: (service: Sardines.Runtime.Service, ...args: any[]) => Promise<any>;
    const isRemote: (application: string, moduleName: string, service: string) => boolean;
}
//# sourceMappingURL=index.d.ts.map