export interface QvacPath { join(...parts: string[]): string; } declare const pathShim: QvacPath; export default pathShim;