/**systemConfiguration */
export declare function useSystemConfigurationApi(): {
    /**
     * thing/(SystemConfiguration)表控制层-getByCode
     * @param data.code
     */
    SystemConfiguration_GetByCodeGET(data: {
        code: string;
    }, config?: {}): Promise<IResponseSystemConfigurationVO>;
    /**
     * thing/(SystemConfiguration)表控制层-getListByCode
     */
    SystemConfiguration_GetListByCodePOST(data: string[], config?: {}): Promise<IResponseListSystemConfigurationVO>;
};
