export * from './money'; export * from './ingredients'; export * from './exchanges'; export * from './time'; export declare const DEFAULT_EMOJI = "\uD83D\uDC8E"; /** Used as a return value for abstract classes and tests. */ export declare const NOOP_ANY: any; /** Used as a placeholder function. */ export declare const NOOP_FUNCTION: () => void; /** Used as an immutable array for default values. */ export declare const EMPTY_ARRAY: any[]; /** Used as an immutable object for default values. */ export declare const EMPTY_OBJECT: any;