import { Config } from './argv'; export declare const ensureSlash: (filepath: any, needsSlash: boolean) => any; export declare const root: string; export declare const resolveApp: (to: string) => string; export declare const checkIsDoczProject: (config: Config) => boolean; export declare const getRootDir: (config: Config) => string; export declare const getThemesDir: (config: Config) => string; export interface Paths { root: string; templates: string; servedPath: (base: string) => string; docz: string; app: string; cache: string; appPackageJson: string; gatsbyConfig: string; gatsbyBrowser: string; gatsbyNode: string; gatsbySSR: string; checkIsDoczProject: (config: any) => boolean; getRootDir: (config: any) => string; getThemesDir: (config: any) => string; getDist: (dest: string) => string; distPublic: (dest: string) => string; importsJs: string; rootJs: string; indexJs: string; indexHtml: string; db: string; } export declare const templates: string; export declare const servedPath: (base: string) => any; export declare const docz: string; export declare const cache: string; export declare const app: string; export declare const appPackageJson: string; export declare const gatsbyConfig: string; export declare const gatsbyBrowser: string; export declare const gatsbyNode: string; export declare const gatsbySSR: string; export declare const getDist: (dest: string) => string; export declare const distPublic: (dest: string) => string; export declare const importsJs: string; export declare const rootJs: string; export declare const indexJs: string; export declare const indexHtml: string; export declare const db: string;