export declare const AuthenticationTypeMatrix: { authenticationType: string[]; }; export declare const MatrixMonolith: { authenticationType: string[]; applicationType: any[]; }; export declare const MatrixMicroservice: { applicationType: any[]; authenticationType: string[]; }; export declare const MatrixGateway: { applicationType: any[]; authenticationType: string[]; }; export declare const MatrixMicroserviceGateway: { applicationType: any[]; authenticationType: string[]; };