import { LaunchSettings } from "../types";
export declare function ltiLaunch(settings: LaunchSettings): Promise<boolean>;
