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