export declare type TGetTarFilePath = {
    examplesFilePath: string;
    examplesName: string;
    pluginName: string;
};
export declare const getTarFilePath: (options: TGetTarFilePath) => string;
