export declare const launchers: () => Readonly<{
    [key: string]: string;
}>;
