export declare const exec: (service: string, action: string, args?: any[], success?: ((data: any) => any) | undefined, fail?: ((err: any) => any) | undefined) => void;