import { ApplicationOthersConfig, IApplication } from "../interface/application";
export declare const getApplicationOtherInformationByApplication: (application: IApplication) => Promise<ApplicationOthersConfig>;
export declare const getApplicationOtherInformationByKey: (key: string) => Promise<ApplicationOthersConfig | null>;
