export declare const generateInterfaces: () => Promise; /** * Generate mutualized service interfaces * (used to set multiple services on the same Express app) * @param app Express app */ export declare const generateMutualizedInterfaces: (app: any) => Promise;