/**
 * Path constants loaded from environment variables
 */
export declare const PATHS: {
    readonly IMAGES_DIR: string;
    readonly STYLES_DIR: string;
    readonly DEFAULT_INPUT_DIR: string;
    readonly DEFAULT_OUTPUT_DIR: string;
    readonly ARCHIVE_DIR: string;
};
/**
 * Resolved absolute paths based on current working directory
 */
export declare const RESOLVED_PATHS: {
    readonly IMAGES_DIR: string;
    readonly STYLES_DIR: string;
    readonly DEFAULT_INPUT_DIR: string;
    readonly DEFAULT_OUTPUT_DIR: string;
    readonly ARCHIVE_DIR: string;
};
//# sourceMappingURL=paths.d.ts.map