export declare const Repository: {
    services: {
        name: string;
        module: string;
        arguments: {
            name: string;
            type: string;
        }[];
        returnType: string;
    }[];
    application: string;
};
//# sourceMappingURL=repository_services.d.ts.map