export declare const VMTargetFunctionsMode: Readonly<{
    Root: 'root';
    Comment: 'comment';
}>;
