export declare const storeDefaults: { DATABASE_TABLE_NAME: string; PREFIX: string; SEPARATOR: string; DATABASE_NAME: string; DATABASE_USERNAME: string; DATABASE_PASSWORD: string; SQLITE_STORE_NAME: string; SQLITE_MEMORY_STORE_STRING: string; }; export declare const storeKeys: { readonly BLOCK_PROCESSED: "block_processed"; readonly CHALLENGE: "challenge"; readonly CHALLENGE_UPDATED_EVENT: "challenge_updated_event"; readonly CHANNEL: "channel"; readonly CONDITIONAL_COMMITMENT: "conditional_commitment"; readonly SET_STATE_COMMITMENT: "setstate_commitment"; readonly SETUP_COMMITMENT: "setup_commitment"; readonly STATE_PROGRESSED_EVENT: "state_progressed_event"; readonly STORE: "STORE"; readonly STORE_SCHEMA_VERSION: "version"; readonly WITHDRAWAL_COMMITMENT: "withdrawal_commitment"; }; export declare const storePaths: { CHANNEL: string; PROPOSED_APP_IDENTITY_HASH: string; }; //# sourceMappingURL=constants.d.ts.map