export declare function getLicense(license: string, replacements?: { [key: string]: string; }): string; export default getLicense;