/** * Function that will return correct the executor path based on the server type provided */ export declare const getExecutorPath: (serverType: string) => string;