/**
 * Default metadata for Synapse data sets created by filecoin-pin
 */
export declare const DEFAULT_DATA_SET_METADATA: {
    readonly withIPFSIndexing: "";
    readonly source: "filecoin-pin";
};
/**
 * Default configuration for creating storage contexts
 */
export declare const DEFAULT_STORAGE_CONTEXT_CONFIG: {
    readonly withIpni: true;
    readonly metadata: {
        readonly withIPFSIndexing: "";
        readonly source: "filecoin-pin";
    };
};
//# sourceMappingURL=constants.d.ts.map