export declare function getFile(license: string): {
    [key: string]: {};
};
export declare function getAll(): any;
export declare function getAllLicenseCodes(): string[];
