export declare const LUVIO_IDENTIFIER = "luvio"; export declare const LUVIO_STORE_IDENTIFIER = "store"; export declare const LUVIO_BUILD_STRUCTURED_KEY_METHOD_IDENTIFIER = "buildStructuredKey"; export declare const LUVIO_NORMALIZED_KEY_METADATA_TYPE_IDENTIFIER = "NormalizedKeyMetadata"; export declare const LUVIO_STRUCTURED_KEY_SUFFIX = "_StructuredKey"; export declare const LUVIO_SERIALIZE_STRUCTURED_KEY_IDENTIFIER = "serializeStructuredKey"; export declare const LUVIO_IMPORT: string; export declare const LUVIO_SNAPSHOT_IMPORT: string; export declare const LUVIO_DATA_SNAPSHOT_IMPORT: string; export declare const LUVIO_STORE_IMPORT: string; export declare const LUVIO_IN_MEMORY_STORE_IMPORT: string; export declare const LUVIO_STORE_LINK_IMPORT: string; export declare const LUVIO_DURABLE_STORE_KEY_METADATA_MAP_IMPORT: string; export declare const ENGINE_INGEST_SHAPE: string; export declare const READER_FRAGMENT_IMPORT: string; export declare const READER_RESOLVE_LINK_IMPORT: string; export declare const LUVIO_STORE_CREATE_METADATA_IMPORT: string; export declare const LUVIO_NORMALIZED_KEY_METADATA_IMPORT: string; export declare const LUVIO_STORE_KEY_MAP_IMPORT: string; export declare const LUVIO_STORE_KEY_SET_IMPORT: string; export declare const LUVIO_SERIALIZE_STRUCTURED_KEY_IMPORT: string; export declare const CACHE_KEY_NAMESPACE_DELIMITER = "::"; export declare const CACHE_KEY_FIELD_DELIMITER = ":"; export declare const PAGINATION_KEY_SUFFIX = "__pagination"; export declare const BUILD_FIELD_STATE_IMPORT: string; export declare const APPLY_MINIMUM_FIELDS_TO_DOCUMENT_IMPORT: string; export declare const QUERY_TRANSFORM_HELPER_IMPORT: string; export declare const GET_MINIMUM_SELECTIONS_FUNCTION_TYPE_IMPORT: string; export declare const LUVIO_GRAPHQL_PRINT_IMPORT: string; export declare const LUVIO_GRAPHQL_PARSE_IMPORT: string; export declare const LUVIO_GRAPHQL_DOCUMENT_NODE_IMPORT: string; export declare const LUVIO_GRAPHQL_OPERATION_DEFINITION_NODE_IMPORT: string; export declare const LUVIO_GRAPHQL_FIELD_NODE_IMPORT: string; export declare const LUVIO_GRAPHQL_SELECTION_NODE_IMPORT: string; export declare const LUVIO_GRAPHQL_ARGUMENT_NODE_IMPORT: string; export declare const LUVIO_GRAPHQL_VALUE_NODE_IMPORT: string; export declare const LUVIO_GRAPHQL_OBJECT_FIELD_NODE_IMPORT: string; export declare const LUVIO_GRAPHQL_SELECTION_SET_NODE_IMPORT: string; export declare const LUVIO_GRAPHQL_FRAGMENT_DEFINITION_NODE_IMPORT: string; export declare const LUVIO_GRAPHQL_FRAGMENT_SPREAD_NODE_IMPORT: string; export declare const LUVIO_GRAPHQL_INLINE_FRAGMENT_NODE_IMPORT: string; export declare const LUVIO_GRAPHQL_DIRECTIVE_NODE_IMPORT: string; export declare const LUVIO_GRAPHQL_VARIABLE_DEFINITION_NODE_IMPORT: string; export declare const LUVIO_GRAPHQL_AST_VISITOR_IMPORT: string; export declare const LUVIO_GRAPHQL_VISIT_IMPORT: string; export declare const LUVIO_SELECTION_PROPERTY_KEY_IMPORT: string;