/// <reference types="node" />
import type { Variable } from '../types';
import * as path from 'path';
export default function zass(source: string, variables: Variable[], assets: [path.ParsedPath, string][]): string;
