export interface NodeVitestPaths {
    globalSetup: string;
    vitestConfig: string;
}
export declare const NODE_VITEST_PATHS: {
    provider: import("@baseplate-dev/sync").ProviderType<NodeVitestPaths>;
};
//# sourceMappingURL=template-paths.d.ts.map