export declare const NUMBER_REGEX: RegExp;
export declare const INVALID_CHARS: RegExp;
export declare const DEFAULT_MANIFEST_PATH = "build/manifest.json";
export declare const DEFAULT_MANIFEST_PACKAGE = "@ori/shared-libs";
export declare const POSTCSS_SETTING: {
    loader: string;
    options: {
        sourceMap: boolean;
        postcssOptions: {
            ident: string;
            plugins: (string | (string | {
                autoprefixer: {
                    flexbox: string;
                };
            })[])[];
        };
    };
};
//# sourceMappingURL=constants.d.ts.map