import { Targets } from './create.ts'; /** * Create the targets array conditionally. */ export declare function targets(): Targets; export declare namespace targets { var file: typeof import("./file.ts").file; var pretty: typeof import("./pretty.ts").pretty; }