exportdeclaretype linkType = 'game' | 'author';
/**
* Check if the given link is valid
* @param link The link to check
* @param type The type of link
*/exportdeclareconstcheckLink: (link: string, type: linkType) =>void;
//# sourceMappingURL=checkLink.d.ts.map