export declare const ApplicationComponentInfoComponentType: {
    readonly Hana: "HANA";
    readonly HanaNode: "HANA_NODE";
    readonly Abap: "ABAP";
    readonly Ascs: "ASCS";
    readonly Dialog: "DIALOG";
    readonly Webdisp: "WEBDISP";
    readonly Wd: "WD";
    readonly Ers: "ERS";
};
/**
 * This string is the type of the component.
 *
 * Accepted value is `WD` .
 */
export type ApplicationComponentInfoComponentType = (typeof ApplicationComponentInfoComponentType)[keyof typeof ApplicationComponentInfoComponentType];
export declare const ApplicationCredentialCredentialType: {
    readonly Admin: "ADMIN";
};
/**
 * The type of the application credentials.
 */
export type ApplicationCredentialCredentialType = (typeof ApplicationCredentialCredentialType)[keyof typeof ApplicationCredentialCredentialType];
export declare const ApplicationType: {
    readonly Hana: "HANA";
    readonly SapAbap: "SAP_ABAP";
};
/**
 * The type of the application.
 */
export type ApplicationType = (typeof ApplicationType)[keyof typeof ApplicationType];
