/** * Copyright (c) 2019-2025 Mark Sandford * Licensed under the MIT License. See LICENSE and NOTICE files. */ /** Map from LDA issue code → policyArea strings. */ export declare const LDA_ISSUE_POLICY_MAP: Record; /** Get human-readable label for an LDA issue code. */ export declare function getLDAIssueLabel(code: string): string; /** Get Congress.gov policyArea strings for an LDA issue code. Returns empty array if unmapped. */ export declare function getPolicyAreasForLDAIssue(code: string): string[]; /** Get all known LDA issue codes. */ export declare function getAllLDAIssueCodes(): string[]; //# sourceMappingURL=lda-issue-policy-map.d.ts.map