export declare const getDataDesktopEntry: (params: {
    friendlyName: string;
    appID: string;
    keywords?: string[];
}) => string;
