import { types as t } from "@marko/compiler"; export declare function isOutputHTML(): boolean; export declare function isOutputDOM(): boolean; export declare function getMarkoOpts(): Required; export declare function isOptimize(): boolean; export declare function getReadyId(file?: t.BabelFile): string | undefined;