import type { BacklogConfig } from "../contracts/BacklogConfig"; import type { BacklogApiContext } from "../contracts/api/BacklogApiContext"; import type { BacklogResponse } from "../contracts/api/BacklogResponse"; import type { Licence } from "../entities/Licence"; /** * Get Licence ライセンス情報の取得 * * Returns licence. */ export declare function getLicence(config: BacklogConfig, context?: BacklogApiContext): Promise>;