/**
 * Gets the app name from the label.
 * @param {string | string[]} label - The label to get the app name.
 */
export declare const getApkName: (label?: string | string[]) => string;
