export declare function denoify(params: {
    projectPath: string;
    srcDirPath: string | undefined;
    denoDistPath: string | undefined;
    indexFilePath: string | undefined;
}): Promise<void>;
