export declare const MEMORY_DEFINITION_BRAND: unique symbol;
export declare function isMemoryDefinition(value: unknown): boolean;
