/**
 * Get the extension to be used for executable acc to the OS
 */
export declare function getExecutableExt(): string;
