/** * Open Alfred. * * @returns Alfred open URL. * @example * open() * // => 'alfred://' */ export declare function open(): string;