/** * Parses the URLs of the frame & stars images and returns the corresponding prestige * @param frameURL The URL of the frame * @param starsURL The URL of the stars * @returns The corresponding prestige */ export declare function getPrestige(frameURL: string, starsURL?: string): number | undefined;