/** * @copyright Sister Software * @license AGPL-3.0 * @author Teffen Ellis, et al. */ /** * Platform-native filesystem defaults used by the typed environment schema. */ export declare const defaultMailwomanPaths: { readonly data: `/{$CWD}/${string}`; readonly config: `/{$CWD}/${string}`; readonly cache: `/{$CWD}/${string}`; readonly log: `/{$CWD}/${string}`; readonly temp: `/{$CWD}/${string}`; }; /** * Resolve a path relative to the current working directory. */ export declare function cwdPathBuilder(...paths: string[]): string; //# sourceMappingURL=paths.d.ts.map