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